com.supermap.mapping
Class ThemeGraphTextFormat
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.mapping.ThemeGraphTextFormat
-
public final class ThemeGraphTextFormat extends Enum
Display formats of text of a statistical thematic map
-
-
Field Summary
Fields Modifier and Type Field and Description static ThemeGraphTextFormat
CAPTION
The title.static ThemeGraphTextFormat
CAPTION_PERCENT
Title + Percentstatic ThemeGraphTextFormat
CAPTION_VALUE
Title + True valuestatic ThemeGraphTextFormat
PERCENT
Percentstatic ThemeGraphTextFormat
VALUE
True value
-
-
-
Field Detail
-
PERCENT
public static final ThemeGraphTextFormat PERCENT
Percent
-
VALUE
public static final ThemeGraphTextFormat VALUE
True value
-
CAPTION
public static final ThemeGraphTextFormat CAPTION
The title.
-
CAPTION_PERCENT
public static final ThemeGraphTextFormat CAPTION_PERCENT
Title + Percent
-
CAPTION_VALUE
public static final ThemeGraphTextFormat CAPTION_VALUE
Title + True value
-
-